home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / sviewii / tools / readme < prev    next >
Text File  |  1999-06-15  |  6KB  |  133 lines

  1.  
  2.    Tools Directory (10.4.99)
  3.    ~~~~~~~~~~~~~~~~~~~~~~~~~
  4.  
  5.    SuperSlide  (ONLY TO BE DISTRIBUTED TOGETHER WITH SUPERVIEW - see there)
  6.    ----------
  7.    This is a simple program for quick and easy viewing of graphics
  8.    from WB, Shell or from other programs like DOpus.
  9.  
  10.    It supports CLI and Workbench Usage, FileRequester (when called with
  11.    no parameters from WB or CLI), WildCards (from CLI) and multiple
  12.    selection (within the FileRequester or by selecting several Icons on WB).
  13.    Allows specifying a source directory for FileRequester selection
  14.    (for example: "SuperSlide Work:Graphics/").
  15.  
  16.    This program is NOT Freeware. It is part of SuperView.
  17.  
  18.  
  19.    CyberSlide  (ONLY TO BE DISTRIBUTED TOGETHER WITH SUPERVIEW - see there)
  20.    ----------
  21.    CyberSlide provides the same functionality as SuperSlide, but
  22.    only works with CyberGraphX (or clones) and an 68020 CPU.
  23.  
  24.    It only makes use of Cybergraphics viewmodes, either via the BestModeID
  25.    mechanism or by using user specified values, following this syntax
  26.    (only when filename[s] spefified):
  27.  
  28.       CyberSlide MODEID=0x...                     (hex number in c-style, like 0xaabbccdd)
  29.       CyberSlide MODEWIDTH=999 MODEHEIGHT=999     (decimal width/height numbers)
  30.  
  31.    The parameters are optionally - if these are specified, filenames/wildcards have
  32.    to follow (batch-mode). Of course you also may make use of these from Workbench,
  33.    by specifying tooltype entries within the program's icon or the icons of
  34.    the images that are to be displayed (e.g. via multi-selection). Then,
  35.    additionally the following tooltype is allowed:
  36.  
  37.       DEF_DIR=...                                 (source directory for images)
  38.  
  39.    Please note, that the color depth cannot be specified for some reason.
  40.    The minimum supported depth is 8 Bit, HAM and 24 Bit graphics will first
  41.    tried to be displayed in 24 Bit, or - if this does not work - in 16 Bit.
  42.  
  43.    This program is NOT Freeware. It is part of SuperView.
  44.  
  45.  
  46.    WinSlide  (ONLY TO BE DISTRIBUTED TOGETHER WITH SUPERVIEW - see there)
  47.    --------
  48.    WinSlide works with either AGA or CyberGraphX (or clones) but does
  49.    require at least OS 3.1 (V39) and an 68020 CPU.
  50.  
  51.    It does not open a screen for displaying images, but instead works
  52.    similar to the Window.svdriver as provided with SuperView-Library.
  53.  
  54.    Differences to Window.svdriver:  - allows to even resize pictures that
  55.                                       did fit into the window
  56.                                     - window title bar may only show
  57.                                       filename, optionally (TITLEONLY)
  58.                                     - "scrollmode" is "realmode", thus no
  59.                                       double-clicks required to leave
  60.                                     - "Dither24Bit" is standard operator
  61.                                       for 24 bit displaying on 8 bit screens
  62.                                     - MAXSIZE option allows to even windows
  63.                                       as big as possible, not centered on
  64.                                       the screen
  65.  
  66.    Options (only when filename[s] spefified):
  67.  
  68.       WinSlide PUBSCREEN_NAME=...
  69.       WinSlide SCROLLSPEED=0..n
  70.       WinSlide SVOPERATOR=...[.svoperator]
  71.       WinSlide TITLEONLY
  72.       WinSlide CLOSEGAD
  73.       WinSlide MAXSIZE
  74.  
  75.    The parameters are optionally - if these are specified, filenames/wildcards have
  76.    to follow (batch-mode) AFTER THAT. Of course you also may make use of these from
  77.    Workbench, by specifying tooltype entries within the program's icon or the icons
  78.    of the images that are to be displayed (e.g. via multi-selection). Then,
  79.    additionally the following tooltype is allowed:
  80.  
  81.       DEF_DIR=...                                 (source directory for images)
  82.  
  83.    Note: Default "scrollspeed" is 10 (it's the number of pixels to be shifted
  84.          by one cursor key press).
  85.  
  86.    This program is NOT Freeware. It is part of SuperView.
  87.  
  88.  
  89.    ScrollSlide  (ONLY TO BE DISTRIBUTED TOGETHER WITH SUPERVIEW - see there)
  90.    -----------
  91.    ScrollSlide works with either AGA or CyberGraphX (or clones) but does
  92.    require at least OS 3.1 (V39) and an 68020 CPU.
  93.  
  94.    It is quite similar to WinSlide, with the difference that it does
  95.    open its own screen for displaying images within a scrollable Window.
  96.  
  97.    This is somewhat slower than with CyberSlide, however it uses less
  98.    memory on the graphics board (respectively less chip memory with AGA).
  99.  
  100.    Options (only when filename[s] spefified):
  101.  
  102.       ScrollSlide PUBSCREEN_NAME=...
  103.       ScrollSlide SCROLLSPEED=0..n
  104.       ScrollSlide SVOPERATOR=...[.svoperator]
  105.       ScrollSlide TITLEONLY
  106.       ScrollSlide CLOSEGAD
  107.       ScrollSlide MODEID=0x...                     (hex number in c-style, like 0xaabbccdd)
  108.       ScrollSlide MODEWIDTH=999 MODEHEIGHT=999     (decimal width/height numbers)
  109.  
  110.    The parameters are optionally - if these are specified, filenames/wildcards have
  111.    to follow (batch-mode) AFTER THAT. Of course you also may make use of these from
  112.    Workbench, by specifying tooltype entries within the program's icon or the icons
  113.    of the images that are to be displayed (e.g. via multi-selection). Then,
  114.    additionally the following tooltype is allowed:
  115.  
  116.       DEF_DIR=...                                 (source directory for images)
  117.  
  118.    Note: Default "scrollspeed" is 10 (it's the number of pixels to be shifted
  119.          by one cursor key press).
  120.  
  121.    This program is NOT Freeware. It is part of SuperView.
  122.  
  123.  
  124.    SuperViewPalette
  125.    ----------------
  126.    This tool locks the palette of the Workbench screen so that the
  127.    SuperView Default Icons for the supported file formats will appear
  128.    with correct colors (you may put it to your "SYS:WBStartup drawer).
  129.    Fully system conform. OS3.x is needed.
  130.  
  131.    This program is NOT Freeware. It is part of SuperView.
  132.  
  133.